Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.smart.query.actions--actions

This contribution is part of XML component org.nuxeo.ecm.platform.smart.query.actions inside nuxeo-platform-smart-query-jsf-5.8.jar

Documentation

Adds a link to display the global smart search form.

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="smart_search" label="command.smartSearch" link="smart_search_form" order="20">
          <category>SEARCH_ACTIONS</category>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <documentation>
      Adds a link to display the global smart search form.
    </documentation>

    <action id="smart_search" label="command.smartSearch" link="smart_search_form" order="20">
      <category>SEARCH_ACTIONS</category>
    </action>

  </extension>